home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / zip / WHATSNEW < prev   
Text File  |  2006-06-19  |  3KB  |  81 lines

  1. WhatsNew file for Zip 2.32
  2.  
  3. (See Changes for details)
  4.  
  5. New things in Zip 2.32
  6.  
  7. - Fixed -R operation to match the supplied file patterns in all recursed
  8.   subdirectories, like PKZIP 2.04 "-p -r" (or PKZIPC 4+ "-recurse")
  9. - Handle cases where -x, -R, and -i patterns are mixed
  10. - Fixes to ZipSplit, ZipNotes, and ZipCloak
  11. - Example C-Sharp code added for using zip32.dll (thanks to Adrian Maull)
  12. - Implemented some directory search speedups
  13. - Windows NTFS time fix
  14. - Fix VMS logical name parse problem
  15. - Handle VMS [...]
  16. - Add VMS DEBUG option
  17. - Fixed bug when encrypting large uncompressable files
  18. - Updated VMS help
  19. - Fixed selecting files to delete by date bug
  20. - Add new option, -MM, that will force Zip to exit with an OPEN error
  21.   (usually error code 18) as soon as it finds an input pattern that
  22.   is not matched during the directory scan or an input file that is
  23.   unreadable or locked when Zip tries to open it, and without creating
  24.   an archive (Note that, without -MM, Zip will do the usual thing of
  25.   warning when a pattern is not matched and skipping files it can't
  26.   read, creating the archive with what it can read, then exiting with
  27.   an OPEN error if files were skipped)
  28. - Add check for when zip tries to exceed the limit for seeking in
  29.   the output file and exit with error, instead of creating a
  30.   possibly bad archive
  31. - Can now handle Unix FIFO (named pipes)
  32. - Minor changes to allow Zip to compile with Visual C++ 2005
  33.  
  34. New things in Zip 2.31
  35.  
  36. - Crypt now part of source distribution (see Readme.cr)
  37. - Bug fixes:
  38.   - Debian patch 001 - Converted quoted strings
  39.   - Debian patch 002 - Makefile changes
  40.   - Debian patch 003 - Build changes
  41.   - Debian patch 004 - Changes to unix/configure
  42.   - Debian patch 005 - Fix for FNMAX path bug
  43. - Split VMS -V into -V and -VV (see Manual)
  44. - New VC6 project files thanks to Cosmin
  45. - AtheOS port (thanks to Ruslan Nickolaev)
  46. - Add api.c kluge for zip32.dll to support Visual Basic
  47. - Binary detection changed from 20% binary to new algorithm
  48.   that should better detect word processing files as binary
  49.   and should accept UTF-8 files as text.  This flags the file
  50.   in the archive as TEXT or BINARY for use by UnZip for line
  51.   end conversion (see proginfo/txtvsbin.txt)
  52. - License update
  53. - DJGPP fixes
  54. - Many Makefile updates
  55. - Fixes to ZipSplit, ZipNotes, and ZipCloak
  56.  
  57. New things in Zip 2.3
  58.  
  59. - IBM OS/390 port (Unix like, but EBCDIC) by Paul von Behren
  60. - Apple Macintosh (MACOS) port by Dirk Haase
  61. - Theos port by Jean-Michel Dubois
  62. - Multibyte characterset support by Yoshioka Tsuneo
  63. - Support for ISO 8601 date format with -t and -tt options
  64. - Info-ZIP license
  65.  
  66. New things in Zip 2.2
  67.  
  68. - BEOS port by Chris Herborth
  69. - QDOS port by Jonathan Hudson
  70. - TANDEM port by Dave Smith
  71. - WINDLL port (16-bit Win 3.x and 32-bit WinNT/Win95) by Mike White
  72. - SYSV packages support by John Bush
  73. - zip -P SeCrEt encrypts entries in the zip file with password SeCrEt
  74.   (WARNING: THIS IS INSECURE, use at your own risk)
  75. - zip -R recurses into subdirectories of current dir like "PKZIP -rP"
  76. - zip -x@exclude.lst excludes files specified in the file exclude.lst
  77. - zip -i@include.lst includes files specified in the file include.lst
  78. - zip -@ only handles one filename per line, but supports whitespace in names
  79. - zip -t mmddyyyy, 4 digit year number for uniqueness of years beyond 2000
  80. - zip -tt mmddyyyy only includes files before a specified date
  81.